home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / MPW_TOOL / TOOLS / TOOLS_WI / BYACC__ / README < prev    next >
Text File  |  1989-11-19  |  1KB  |  29 lines

  1.     Berkeley Yacc is an LALR(1) parser generator.  Berkeley Yacc has been
  2. made as compatible as possible with AT&T Yacc.  Berkeley Yacc can accept any
  3. input specification that conforms to the AT&T Yacc documentation.
  4. Specifications that take advantage of undocumented features of AT&T Yacc will
  5. probably be rejected.
  6.  
  7.     Berkeley Yacc is distributed with no warranty whatever.  No contributor
  8. takes responsibility for any consequences of its use.
  9.  
  10.     The source code for Berkeley Yacc is in the public domain.  The data
  11. structures and algorithms used in Berkeley Yacc are all either taken from
  12. documents available to the general public or are inventions of the author.
  13. Anyone may freely distribute unchanged or modified copies of Berkeley Yacc.
  14. However, no proprietary claims should be made on the original code.  Output
  15. generated by Berkeley Yacc may be freely distributed.
  16.  
  17.     To install Berkeley Yacc in a directory, the name DEST in the file Makefile
  18. must be set to the name of the directory.  The command "make install" will then
  19. cause the file to be installed.  The parser file byaccpar should be copied into
  20. one of the standard library directories.  The define name PARSER_FILE in the
  21. file files.h must be changed to the full pathname of the new file.
  22.  
  23.     Bugs may be reported to
  24.  
  25.               corbett@berkeley.edu
  26.  
  27. Do not expect rapid responses.
  28.  
  29.